projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8b8bb4
)
[docs] Cast to GFunc in gtk_tree_selection_get_selected_rows() example code
author
Javier Jardón
<jjardon@gnome.org>
Fri, 18 Dec 2009 03:34:15 +0000
(
04:34
+0100)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:51:56 +0000
(20:51 -0400)
Reported by Diego Escalante Urrelo here:
https://bugzilla.gnome.org/show_bug.cgi?id=502266
gtk/gtktreeselection.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreeselection.c
b/gtk/gtktreeselection.c
index 9513f2b7887a9da53d996a4e13fb5f4f3bae681c..4a275da5c0f0caea38324580b7bd1b60869cf828 100644
(file)
--- a/
gtk/gtktreeselection.c
+++ b/
gtk/gtktreeselection.c
@@
-411,7
+411,7
@@
gtk_tree_selection_get_selected (GtkTreeSelection *selection,
*
* To free the return value, use:
* |[
- * g_list_foreach (list, gtk_tree_path_free, NULL);
+ * g_list_foreach (list,
(GFunc)
gtk_tree_path_free, NULL);
* g_list_free (list);
* ]|
*